Name : python-paramiko
| |
Version : 1.5.2
| Vendor : Mandriva
|
Release : 3mdv2007.0
| Date : 2006-07-03 11:10:54
|
Group : Development/Python
| Source RPM : python-paramiko-1.5.2-3mdv2007.0.src.rpm
|
Size : 3.08 MB
| |
Packager : Stefan van der Eijk < stefan_mandriva_org>
| |
Summary : SSH2 protocol for Python
|
Description :
Paramiko is a module for python that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. the module works by taking a socket-like object that you pass in, negotiating with the remote server, authenticating (using a password or a given private key), and opening flow-controled \"channels\" to the server, which are returned as socket-like objects. you are responsible for verifying that the server\'s host key is the one you expected to see, and you have control over which kinds of encryption or hashing you prefer (if you care), but all of the heavy lifting is done by the paramiko module.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2007.0/i586/media/contrib/release |